type internal/profile.edgeList

5 uses

	internal/profile (current package)
		graph.go#L465: 	el := make(edgeList, 0, len(em))
		graph.go#L483: type edgeList []*Edge
		graph.go#L485: func (el edgeList) Len() int {
		graph.go#L489: func (el edgeList) Less(i, j int) bool {
		graph.go#L506: func (el edgeList) Swap(i, j int) {